From 7a3e1bbc4128874dd5a4a8482f8e2c12871d5c4f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 16 Jan 2012 17:07:46 -0500 Subject: [PATCH] configure: Set GLIB_COMPILE_RESOURCES --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index 5c7811792b..de45b4e86b 100644 --- a/configure.ac +++ b/configure.ac @@ -1529,6 +1529,13 @@ fi GLIB_GSETTINGS +############# +# Resources # +############# + +GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0` +AC_SUBST(GLIB_COMPILE_RESOURCES) + ################################################## # GObject introspection ################################################## -- 2.30.2